projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc447f
)
(tparam):
author
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:18:05 +0000
(14:18 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:18:05 +0000
(14:18 +0000)
Declare all args (per C99).
src/terminfo.c
patch
|
blob
|
history
diff --git
a/src/terminfo.c
b/src/terminfo.c
index 17ce16dabd6558e8addab1913ed05184cd2d2512..8b41de4e47ee43b512a459c74521515b70738877 100644
(file)
--- a/
src/terminfo.c
+++ b/
src/terminfo.c
@@
-38,7
+38,7
@@
char *
tparam (string, outstring, len, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
char *string;
char *outstring;
- int arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9;
+ int
len,
arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9;
{
char *temp;
extern char *tparm();